golang.org/x/crypto/sha3.state.storage (field)
10 uses
golang.org/x/crypto/sha3 (current package)
sha3.go#L43: storage storageBuf
sha3.go#L64: d.buf = d.storage.asBytes()[:0]
sha3.go#L70: ret.buf = ret.storage.asBytes()[:len(ret.buf)]
sha3.go#L72: ret.buf = ret.storage.asBytes()[d.rate-cap(d.buf) : d.rate]
sha3.go#L86: d.buf = d.storage.asBytes()[:0]
sha3.go#L92: d.buf = d.storage.asBytes()[:d.rate]
sha3.go#L101: d.buf = d.storage.asBytes()[:0]
sha3.go#L109: d.buf = d.storage.asBytes()[:d.rate]
sha3.go#L120: d.buf = d.storage.asBytes()[:d.rate]
sha3.go#L131: d.buf = d.storage.asBytes()[:0]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)